ONNXModels

object ONNXModels

Set of pretrained mobile-friendly ONNX models

Types

CV
Link copied to clipboard
sealed class CV : OnnxModelType<ImageRecognitionModel>

Image classification models.

FaceAlignment
Link copied to clipboard
sealed class FaceAlignment<U : InferenceModel> : OnnxModelType<U>

Face alignment models

FaceDetection
Link copied to clipboard
sealed class FaceDetection : OnnxModelType<FaceDetectionModel>

Face detection models

ObjectDetection
Link copied to clipboard
sealed class ObjectDetection<U : InferenceModel> : OnnxModelType<U>

Object detection models and preprocessing.

PoseDetection
Link copied to clipboard
sealed class PoseDetection<U : InferenceModel> : OnnxModelType<U>

Pose detection models.